header>div {
  height: 150px;
  width: 100%;
  background-image: url(../images/header.jpg);
}
header .logo_img {
  position: relative;
  top: 30px;
  float: left;
  margin-left: 5px;
}
.container{
	width: 1200px;
	margin:0 auto;
}
.container .box{
  width: 20%;
  margin:0 auto;
}
.clearfix {
  *zoom: 1;
}
nav {
  height: 50px;
}

nav ul {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  position: relative;
}

nav ul li {
  height: 100%;
  line-height: 50px;
  position: relative;
}

nav ul li>div {
  display: none;
  position: absolute;
  z-index: 99999;
  /* width: 1030px; */
  /* width: 120px; */
  left: 50%;
  transform: translateX(-50%);
  /* height: 65px; */
  background: #fff;
  color: #222222;
  /* line-height: 65px; */
  /* padding: 0 20px; */
  top: 99%;
  border-top: 1px solid #9f3445;
  opacity: 0.8;
  box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.5), -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  text-align: center;
}

nav ul li>div a {
  /* margin-right: 20px; */
  margin: 10px;
  line-height: 1.5;
  white-space: nowrap;
}

nav ul li>div:empty {
  display: none !important;
}
nav ul li:nth-child(2):hover .gh_jgjs{
  display: block;
}
nav ul li:nth-child(3):hover div,
nav ul li:nth-child(4):hover div{
  display: block;
}

/*nav ul li:nth-child(7)>div {
  padding-left: calc(64px * 7);
}

nav ul li:nth-child(5)>div {
  padding-left: calc(64px * 5);
}*/

/*nav ul li:first-child {
   margin-right: -30px;
  margin-top: 5px; 
}*/

nav ul li:first-child a {
  position: relative;
  padding-left: 30px;
}


nav ul li a {
  color: #333;
  font-weight: bold;
  transition: all 0.4s;
}
nav ul li a:hover,
nav ul li a.active,
nav ul li:hover>a {
  color: #ba2a17;
}
nav ul li:hover>a {
  font-size: 22px;
}
.gh_jgjs{
  width: 1200px;
  margin:0 auto;
  z-index: 999999;
  position: absolute;
  top: 50px;
  left: 464px;
  height: 450px;
  overflow: hidden;
  background: rgb(249, 242, 244);
  opacity:0.9;
}

.gh_jgsz {
    width: 200px;
    float: left;
    border-right: 1px solid #cfcfcf;
    height: 95%;
    padding: 1% 0;
    text-align:center;
}
.gh_jgsz a{
  line-height: 2.5;
}
.gh_szbm{
  width: 970px;
  float: right;
  text-align: left;
}
.gh_szbm ul{
  overflow: hidden;
  justify-content: flex-start;
  display: inline-block;
  height: 80px;
}
.gh_szbm ul li{
  float: left;
  margin-right:25px;
  line-height: 20px!important;
  height: 35px;
}
.gh_szbm ul li a{
  padding-left: 0px!important;
  font-weight: normal;
  font-size:16px;
}
.gh_szbm ul li:hover a{
  font-size: 18px!important;
  font-weight:bold;
}
/*轮播*/
.slideBox{ width:100%; height:430px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin:2px;border-radius: 2px;  width:30px; height:6px; line-height:6px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:430px; display:block;object-fit: none;  }
/*当前位置*/
.mainframe {
    width: 100%;
    background: url(../images/mainbg1.png) left top repeat;
    background-size: 100%;
}
.mainframe .content {
    width: 1200px;
    margin: 0 auto;
}
.mainframe .content .location {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 40px;
    color: #8c8c8c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainframe .content .location p span {
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
    color:#c72226;
}
.mainframe .content .location .searchField>span{
  color: #fff;
  font-size: 18px !important;
}
.mainframe .content .location a{
  font-size: 16px;
}
/*搜索框*/
.searchField{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#search-keyword {
    margin-right: 20px;
}
.searchField input {
    width: 690px;
    height: 55px;
    border-radius: 30px;
    background: #f2f2f2;
    padding: 15px 30px;
    font-size:18px;
    color: #333;
}
.searchField input {
    width: 400px !important;
}
.searchField .btn {
    height: 55px;
    width: 170px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    background: #c72226;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 15px;
}
.searchField .btn {
    width: 130px !important;
    letter-spacing: 5px !important;
    margin-left: 10px;
}
/*footer*/
footer .link_title img{
    float: left;
    width: 28px;
    margin-right: 10px;
    justify-content: center; 
}
footer .link_title h3{
  color: #c72226;
    font-size: 21px;
    font-weight: normal;
}
.link_title{
  padding:15px;
    border-bottom: 2px solid #c72226;
}


.foot {
    padding: 30px 0;
    background: #c72226;
}
.box p{
  text-align: left;
  color:#fff;
  font-size: 14px;
}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.link_con{ 
  padding:20px; 
  position:relative; 
  z-index:1;  
}
.link_con a{ 
  color:#000;  
  font-size: 16px;
}
.link_con .nLi .sub a:hover{
  color:#c80000;
}
.link_con .nLi{ 
  float:left;  
  display:inline; 
  width: 25%; 
}
.link_con .nLi h3{ 
  text-align: center; 
  color:#000;  
  font-size: 16px; 
}
.link_con .nLi h3:hover{
  color:#c80000;;
}
.link_con .nLi h3 a{ 
  display:block; 
  padding:0 20px; 
  font-size:16px; 
}
.link_con .sub{ 
  display:none; 
  width:1200px; 
  left:0; 
  top:54px;  
  position:absolute; 
  background:#fff;  
  line-height:26px; 
  padding:5px 0; 
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
}
.link_con .sub li{ 
  zoom:1;
  float: left;
  margin:10px; 
}
.link_con .sub a{ 
  display:block; 
  padding:0 10px; 
}
.link_con .sub a:hover{ 
  background:#fff; 
  color:#555;  
}

/* 分页 */
.page_full{width:100%;margin: 0 auto;}
.pagination {display: inline-block;padding-left: 0;border-radius: 4px;margin: 20px auto 0;}
.pagination > li {display: inline;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 10px 15px;margin-left: -1px;line-height: 1.42857143;color: #222222;text-decoration: none;background-color: #fff;border: 1px solid #EEEEEE;}
.pagination > li:first-child > a,.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {z-index: 2;color:#04a07b;background-color: #F9F9F9;border-color: #EEEEEE;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #FFFFFF;cursor: default;background-color: #04a07b;border-color: #04a07b;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {color: #CCCCCC;cursor: not-allowed;background-color: #fff;border-color: #EEEEEE;}



/* server */
.gzgh-content{
    background:#FFF;
    margin-top:0;
    padding:0 20px;
}

/*start gzfw*/


.content-gzfw-a {
    float: left;
    width: 32%;
}

.content-gzfw-b {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.content-gzfw-c {
    float: right;
    width: 32%;
}

.gzfw-box {
    background: #a7d1ee;
    margin-bottom: 15px;
    text-align: center;
}

.gzfw-box a {
    display: block;
    height: 100%;
}

.gzfw-pic img {
    width: 80px;
}

.gzfw-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.gzfw-box-a1 {
    height: 210px;
    background: #fe5656;
}

.gzfw-box-a2 {
    height: 210px;
    background: #ecc166;
}

.gzfw-box-b1 {
    height: 135px;
    background: #e7a84f;
}

.gzfw-box-b2 {
    height: 135px;
    background: #a2bf81;
}

.gzfw-box-b3 {
    height: 135px;
    background: #7eb9c0;
}

.content-gzfw-c1-l {
    float: left;
    width: 40%;
}

.gzfw-box-c1-l {
    height: 210px;
    background: #9da8d9;
}

.content-gzfw-c1-r {
    float: right;
    width: 56%;
}

.gzfw-box-c1-r1 {
    background: #7581b3;
}

.gzfw-box-c1-r2 {
    background: #8491ca;
}

.gzfw-box-c2-1 {
    float: left;
    width: 31%;
    margin-right: 3.3%;
    height: 210px;
    background: #a7d1ee;
}

.gzfw-box-c2-2 {
    float: left;
    width: 31%;
    margin-right: 3.3%;
    height: 210px;
    background: #91c0e1;
}

.gzfw-box-c2-3 {
    float: right;
    width: 31%;
    height: 210px;
    background: #7fb0d2;
}

.gzfw-box-c1-r1, .gzfw-box-c1-r2 {
    text-align: left;
    height: 97px;
}

.gzfw-box-c1-r1 .gzfw-pic, .gzfw-box-c1-r1 .gzfw-text, .gzfw-box-c1-r2 .gzfw-pic, .gzfw-box-c1-r2 .gzfw-text {
    display: inline-block;
    vertical-align: middle;
}

.gzfw-box-a1 .gzfw-pic {
    padding: 30px 0 20px 0;
}

.gzfw-box-a1 .gzfw-text {
    padding: 0 30px;
}

.gzfw-box-a2 .gzfw-pic {
    padding: 40px 0 20px 0;
}

.gzfw-box-b1 .gzfw-pic, .gzfw-box-b2 .gzfw-pic, .gzfw-box-b3 .gzfw-pic {
    padding: 10px 0 5px 0;
}

.gzfw-box-c1-l .gzfw-pic {
    padding: 40px 0 20px 0;
}

.gzfw-box-c1-r1 .gzfw-pic, .gzfw-box-c1-r2 .gzfw-pic {
    padding: 15px;
}

.gzfw-box-c1-r1 .gzfw-pic img, .gzfw-box-c1-r2 .gzfw-pic img {
    width: 70px;
}

.gzfw-box-c1-r2 .gzfw-text {
    font-size: 16px;
    white-space: normal;
    max-width: 150px;
}

.gzfw-box-c2-1 .gzfw-pic, .gzfw-box-c2-2 .gzfw-pic, .gzfw-box-c2-3 .gzfw-pic {
    padding: 40px 0 20px 0;
}

.gzfw-box-c2-3 .gzfw-text {
    padding: 0 20px
}

/*end gzfw*/


/* video */

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 99999999;
    width: 640px;
    height: 360px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}




